home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / DOCS / CIVILDOC.LHA / CivilizationAGA.doc < prev    next >
Text File  |  1994-11-27  |  3KB  |  102 lines

  1.  
  2.                                CivilizationAGA
  3.                                ---------------
  4.  
  5.  
  6.  
  7.  
  8.  
  9.     There has been much talk on comp.sys.amiga.games over the past few months
  10. on the subject of finding ways of improving the speed of CivilizationAGA. 
  11. This file contains information posted by David Andrew Clayton
  12. (dac@prolix.apana.org.au) which I found to work perfectly with my hard disk 
  13. installed version of the game.
  14.  
  15.  
  16. In order to perform the changes to the file you will need:
  17.  
  18.  
  19. i)  Either Powerpacker Professional or DLD (found in the VirusZ archive on
  20.     Aminet) in order to decrunch the executable Civilization file.
  21.  
  22. ii) A hex file editor such as AZap, FileX etc.
  23.  
  24.  
  25.  
  26.  
  27. Before we start, a quick disclaimer - I take no responsibility for any damage
  28. you may cause to your hard disc and the files there on it nor do I guarantee
  29. that the following will work. It just worked for me (and Mr Clayton presumably).
  30.  
  31.  
  32. A)  Unpack the CivilizationAGA file, perhaps taking a backup copy of it first
  33.     just in case anything should go wrong.  Use either of the above decrunchers.
  34.  
  35. B)  Load up your file editor and load the uncrunched CivilizationAGA file.
  36.  
  37. C)  Change the following entries:
  38.  
  39.  
  40.  
  41. To remove the screen fades (thank-you God):
  42.  
  43. At offset &2CCF2 change  &6728     to &66B0
  44. At offset &2CE60 change  &59466002 to &4E714E71
  45.  
  46.  
  47. To stop the pointer annoying you with its constant blinking:
  48.  
  49. At offset &2D17C change  &4EAEFEF2 to &4E714E71
  50.  
  51.  
  52. To make the game run mostly from FAST RAM:
  53.  
  54. At offset &14    change  &40       to &00
  55. At offset &1C    change  &40       to &00
  56. At offset &20    change  &40       to &00
  57.  
  58.  
  59. D)  Save the file back, and recrunch it if you wish (and own Powerpacker Pro).
  60.  
  61. E)  Run this file as normal by double-licking on its icon.
  62.  
  63.     With luck everything is OK, the music is still fine and the game runs at a
  64.     less terrifyingly slow speed (on faster machines especially).  Now a game
  65.     of Civ no longer takes a week !
  66.  
  67.  
  68.  
  69.  
  70. Good luck !         Nick Ridley         (nick@mentaur.demon.co.uk)
  71.  
  72. @BEGIN_FILE_ID.DIZPokes to make CivAGA run at a sane speed
  73. Find those interminable screen fades make
  74. you scream ?  Ever wondered which fools
  75. programmed the game so that it ran _so_ much
  76. slower than the original ECS version even
  77. on your A4000/040 ?
  78. @END_FILE_ID.DIZ
  79.  
  80. FILE_ID edited with DIZ-Ed V2.0 by nocTurne deSign/OGN - USER: CONSTRiCTOR/BRUTAL-APPROACH
  81.  
  82. Short:    Pokes to make CivAGA run at a sane speed
  83. Author:   nick@mentaur.demon.co.uk, thanks to dac@prolix.apana.org.au
  84. Uploader: nick@mentaur.demon.co.uk
  85. Type:     game/patch
  86.  
  87. Find those interminable screen fades make you scream ?  Ever wondered which
  88. fools programmed the game so that it ran _so_ much slower than the original
  89. ECS version even on your A4000/040 ?
  90.  
  91. Ever thought of falling back onto the ECS version and sacrificing all the nice
  92. graphics just so that you could play a game in less than a week ?
  93.  
  94. This text file will help you to change the executable for the game so that a
  95. few inconsistencies in the code are ironed out !
  96.  
  97. NB You'll need a hex file editor (eg FileX) and an uncruncher capable of
  98. dealing with files crunched by PowerPacker Professional.  DLD, found in the
  99. VirusZ archive on Aminet, can cope with these.
  100.  
  101. Nick Ridley
  102.